home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0902 / setup.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1997-02-06  |  5KB  |  213 lines

  1. object Form2: TForm2
  2.   Left = 290
  3.   Top = 105
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CleanUp Setup'
  7.   ClientHeight = 283
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Pan1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 492
  21.     Height = 283
  22.     BevelOuter = bvNone
  23.     Locked = True
  24.     TabOrder = 0
  25.     object Bevel1: TBevel
  26.       Left = 8
  27.       Top = 8
  28.       Width = 118
  29.       Height = 228
  30.     end
  31.     object ImageSetup: TImage
  32.       Left = 9
  33.       Top = 9
  34.       Width = 115
  35.       Height = 225
  36.       AutoSize = True
  37.       Picture.Data = {<image000.bmp>}
  38.     end
  39.     object lblMessage1: TLabel
  40.       Left = 144
  41.       Top = 8
  42.       Width = 329
  43.       Height = 33
  44.       AutoSize = False
  45.       Caption = 
  46.         'Welcome to CleanUp Setup program.  This program will install Cle' +
  47.         'anUp on your computer.'
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       WordWrap = True
  54.     end
  55.     object lblMessage2: TLabel
  56.       Left = 144
  57.       Top = 48
  58.       Width = 329
  59.       Height = 33
  60.       AutoSize = False
  61.       Caption = 
  62.         'It is strongly recommended that you exit all Windows programs be' +
  63.         'fore running this Setup program.'
  64.       Font.Color = clBlack
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       WordWrap = True
  70.     end
  71.     object lblMessage3: TLabel
  72.       Left = 144
  73.       Top = 88
  74.       Width = 329
  75.       Height = 41
  76.       AutoSize = False
  77.       Caption = 
  78.         'Click Cancel to quit Setup and then close any programs you have ' +
  79.         'running.  Click Next to continue with the Setup program.'
  80.       Font.Color = clBlack
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.       WordWrap = True
  86.     end
  87.     object lblMessage4: TLabel
  88.       Left = 144
  89.       Top = 144
  90.       Width = 329
  91.       Height = 41
  92.       AutoSize = False
  93.       Caption = 
  94.         'WARNING:  This program is protected by copyright law and interna' +
  95.         'tional treaties.'
  96.       Font.Color = clBlack
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ParentFont = False
  101.       WordWrap = True
  102.     end
  103.     object lblMessage5: TLabel
  104.       Left = 144
  105.       Top = 192
  106.       Width = 329
  107.       Height = 41
  108.       AutoSize = False
  109.       Caption = 
  110.         'Unauthorized reproduction or distribution of this program, or an' +
  111.         'y portion of it, may result in severe civil and criminal penalti' +
  112.         'es, and will be prosecuted to the maximum extent under the law.'
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       WordWrap = True
  119.     end
  120.     object Bevel2: TBevel
  121.       Left = 8
  122.       Top = 240
  123.       Width = 465
  124.       Height = 17
  125.       Shape = bsTopLine
  126.     end
  127.     object btnBack: TBitBtn
  128.       Left = 312
  129.       Top = 248
  130.       Width = 81
  131.       Height = 25
  132.       Cancel = True
  133.       Caption = '< &Back'
  134.       Enabled = False
  135.       Font.Color = clBlack
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = []
  139.       ParentFont = False
  140.       TabOrder = 1
  141.       OnClick = btnBackClick
  142.       NumGlyphs = 2
  143.     end
  144.     object btnNext: TBitBtn
  145.       Left = 392
  146.       Top = 248
  147.       Width = 81
  148.       Height = 25
  149.       Caption = '&Next >'
  150.       Font.Color = clBlack
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.       TabOrder = 0
  156.       OnClick = btnNextClick
  157.     end
  158.     object GroupBox1: TGroupBox
  159.       Left = 144
  160.       Top = 184
  161.       Width = 329
  162.       Height = 49
  163.       Caption = 'Install Directory'
  164.       TabOrder = 2
  165.       Visible = False
  166.       object Label4: TLabel
  167.         Left = 8
  168.         Top = 24
  169.         Width = 124
  170.         Height = 13
  171.         Caption = 'C:\Program Files\CleanUp'
  172.       end
  173.       object Button1: TButton
  174.         Left = 240
  175.         Top = 16
  176.         Width = 75
  177.         Height = 25
  178.         Caption = 'Browse...'
  179.         TabOrder = 0
  180.         OnClick = Button1Click
  181.       end
  182.     end
  183.     object btnCancel: TBitBtn
  184.       Left = 224
  185.       Top = 248
  186.       Width = 81
  187.       Height = 25
  188.       Cancel = True
  189.       Caption = 'Cancel'
  190.       Font.Color = clBlack
  191.       Font.Height = -11
  192.       Font.Name = 'MS Sans Serif'
  193.       Font.Style = []
  194.       ModalResult = 2
  195.       ParentFont = False
  196.       TabOrder = 3
  197.       NumGlyphs = 2
  198.     end
  199.   end
  200.   object FolderBrowse: TFolderBrowse
  201.     Title = 'Install Directory'
  202.     Left = 16
  203.     Top = 248
  204.   end
  205.   object ShellLink: TPBShellLink
  206.     FileIcon.IconIndex = 0
  207.     HotKey = 0
  208.     WindowState = wsNormal
  209.     Left = 48
  210.     Top = 248
  211.   end
  212. end
  213.